Receiver Data with Status register. Combines the last character received with the current USART receive status. Allows DMA or software to recover incoming data and status together.
RXDATA | The USART Receiver Data register contains the next received character. The number of bits that are relevant depends on the USART configuration settings. |
RESERVED | Reserved, the value read from a reserved bit is not defined. |
FRAMERR | Framing Error status flag. This bit is valid when there is a character to be read in the RXDAT register and reflects the status of that character. This bit will set when the character in RXDAT was received with a missing stop bit at the expected location. This could be an indication of a baud rate or configuration mismatch with the transmitting source. |
PARITYERR | Parity Error status flag. This bit is valid when there is a character to be read in the RXDAT register and reflects the status of that character. This bit will be set when a parity error is detected in a received character. |
RXNOISE | Received Noise flag. See description of the RxNoiseInt bit in Table 311. |
RESERVED | Reserved, the value read from a reserved bit is not defined. |